projects
/
babl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bee9f09
)
Bug 583565 – babl 0.1.0 build fixes
author
Fryderyk Dziarmagowski
<freetz@gmx.net>
Sat, 23 May 2009 10:49:25 +0000
(12:49 +0200)
committer
Martin Nordholts
<martinn@src.gnome.org>
Sat, 23 May 2009 10:56:50 +0000
(12:56 +0200)
The DESTDIR variable should not be used in a Makefile.am.
extensions/Makefile.am
patch
|
blob
|
history
diff --git
a/extensions/Makefile.am
b/extensions/Makefile.am
index 77ecabcd7752fda92d35593e1001e50bd4ee117a..5d2cbfd6f91067c91e26ff6aeb6b8ac981867009 100644
(file)
--- a/
extensions/Makefile.am
+++ b/
extensions/Makefile.am
@@
-12,7
+12,7
@@
AM_CPPFLAGS = \
-I$(top_srcdir)/babl \
-I$(top_srcdir)/extensions
-extdir = $(
DESTDIR)$(
libdir)/babl-@BABL_API_VERSION@
+extdir = $(libdir)/babl-@BABL_API_VERSION@
ext_LTLIBRARIES = \
CIE-Lab.la \
gegl-fixups.la \